--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 13f5f2bca1113f9507ee4cbb0a042850aaa965bd
Parents : e97b56e
Author : Mark Qvist <bc7291552be7a58f361522990465165c>
Signature : T66BB85Valid, signed by author
Date : 2026-06-09T22:55:31+02:00
Updated makefile
Changes
Diff
diff --git a/Makefile b/Makefile
index cafcc4e6..0a59c0c5 100644
--- a/Makefile
+++ b/Makefile
@@ -104,13 +104,13 @@ prepare-appimage:
cp ../LXST/dist/lxst-*-py3-none-any.whl lib/whl/
cd lib/ewhl && pip download "kivy>=2.3.0" "numpy>=2.3.4" "pillow>=10.2.0" "mistune>=3.0.2" "qrcode" "materialyoucolor>=2.0.7" "beautifulsoup4" "pycodec2>=4.1.0" "cffi>=2.0.0" "cryptography>=3.4.7" "pyserial>=3.5" "pysdl2-dll>=2.32.0" "prompt-toolkit"
-appimage: build_wheel appimage-x86_64
+appimage: appimage-x86_64
-appimage-x86_64:
+appimage-x86_64: build_wheel
@echo Building Sideband AppImage for x86_64...
./build_appimage.sh --arch x86_64
-appimage-aarch64:
+appimage-aarch64: build_wheel
@echo Building Sideband AppImage for aarch64...
./build_appimage.sh --arch aarch64
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────